home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 12 / Amiga Format AFCD12 (Apr 1997, Issue 96).iso / -in_the_mag- / emulation / fs1541 / fs1541-10.readme < prev    next >
Text File  |  1997-02-09  |  1KB  |  46 lines

  1. Short:    FileSystem for CBM 1541 disks, v1.0+src.
  2. Author:   rawstyle@blackbox.dame.de (Michael Krause)
  3. Uploader: rawstyle@blackbox.dame.de (Michael Krause)
  4. Type:     misc/emu
  5.  
  6.  
  7. Forget all those nasty tools to read files off 1541 disks:
  8.  
  9. FS1541 is a full-blown AmigaDOS file system, which reads and writes the CBM
  10. 1541  disk  format.   The  CBM 1541 floppy drive has been the standard disk
  11. drive  for the C64 computer series, and many people still have disks flying
  12. around.   In  order  to  process  disks  directly, you need the >Catweasel<
  13. floppy  disk  controller  and a 5.25 inch drive, without it you have to get
  14. "fmsdisk.device" from Aminet or somewhere, which lets you operate on ".d64"
  15. disk image files.
  16.  
  17. Complete source in C is included.
  18.  
  19.  
  20. v1.0 (20-Jan-96)
  21. - You can rename files and disks now!
  22. - Writing many small files is faster, since the BAM update is done only
  23.   once: one second after the last access, just like the ROM FileSystem
  24.   does it.
  25. - Removed bug in ACTION_PARENT
  26.  
  27. v0.7 (15-Dec-96)
  28. - Block allocation assumed a wrong BAM structure, now fixed.
  29. - Virtual file '$opt'
  30. - Formatting
  31. - Everything works fine with the new multidisk.device 2.0!
  32.  
  33. v0.6 (08-Dec-96)
  34. - You can write files now!
  35. - Virtual file '$'
  36. - Some small bugs fixed
  37.  
  38. v0.5 (24-Nov-96)
  39. - First public release
  40.  
  41.  
  42.  
  43. - Michael Krause
  44.   rawstyle@blackbox.dame.de
  45.   http://www.szczecin.pl/~rawstyle/
  46.